Class org.omg.CORBA.AttributeModeHelper
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.AttributeModeHelper
java.lang.Object
|
+----org.omg.CORBA.AttributeModeHelper
- public final class AttributeModeHelper
- extends Object
-
__read(InputStream)
-
-
__write(OutputStream, AttributeMode)
-
-
extract(Any)
-
-
id()
-
-
insert(Any, AttributeMode)
-
-
type()
-
__write
public static void __write(OutputStream out,
AttributeMode that)
__read
public static AttributeMode __read(InputStream in)
extract
public static AttributeMode extract(Any a)
insert
public static void insert(Any a,
AttributeMode that)
type
public static synchronized TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index